My Profile
My Profile
GET | /v1/open-api/user |
Header
Label | Required | Description |
---|---|---|
Api-Key | ✓ | Api Key, please log in to the system and find it in My Profile |
Api-Secret | ✓ | Api Secret, please log in to the system and find it in My Profile |
curl -X GET \
'https://api.sandbox.shipber.com/v1/open-api/user' \
-H 'Content-Type:application/x-www-form-urlencoded' \
-H 'Api-Key:2cn1wgmfidytin3jef3b' \
-H 'Api-Secret:qRBYybjRch7BdTxO5NTyGUd6mBvowNbsjahnAnpdI-BXc5sCrRt15XGr-hc9oY7C'
{
"data": {
"balance": "99999882.84",
"email": "[email protected]",
"name": "Zack",
"mobile": "0000000000",
"company": "XXXXX",
"address": "SZ"
}
}